body{
    background-color: aliceblue;
}
h1{
text-align : center ;

}
.mmm{
    background-color: #2ec349;
    border: 1px solid black;
    font-family: 'Courier New', Courier, monospace;
    border-radius: 5px;
    padding: 10px;
    
}


img{
border:3px black solid;
width: 750px;
height: 500px;
margin-left:40px ;
}


div{
text-align : center ;

}


.co{
    justify-self: center;
    border-radius: 5px;
    background-color: wheat;
    border: 1px black solid;
    padding-top: 30px;
    width: 1200px;
}
.back2{
  justify-self: center;
  display: flex;
  margin-top: 20px;
  padding: 10px 15px;
  background: #00df28;
  color: white;
  text-decoration: none;
  border: 1px solid black;
  border-radius: 10px;
  margin-bottom: 10px ;
  transition: all 0.3s;
}
.back2:hover{
    background-color: white ;
    color: #2ec349;
    font-size: 16px;
    margin-bottom: 10px;
} 